How To Disable Copy Paste From Your Blogger Website
If you have any doubt or fear that someone may stole your content by copying your content and paste it in his/her website. But don’t worry because we brought you some tricks with the help of which you can secure your content that no one can copy and paste your content. Here is a code which you have to paste it in your blogger website in order to avoid copy and paste from your blogger website.
How to paste the code
Here are following steps you have to follow in order to paste that code
- Open first your blogger website.
- Now go to the layout section of your website.
- Now open add a gadget section of sidebar.
- Now go to add html java script section and click on plus button.
- Just paste the code given below and save this.
- Now no one can copy and paste your content from you website.
Code
<!- start disable copy paste --><script
src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'></script><script
type='text/javascript'> if(typeof
document.onselectstart!="undefined" ) {document.onselectstart=new
Function ("return false" ); } else{document.onmousedown=new Function
("return false" );document.onmouseup=new Function ("return
false"); } </script><!-- End disable copy paste --></!->


0 Comments